PQFind

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

PQFind()  

SYNOPSIS

misc_lib/priorque.c:279

VoidPtr PQFind(PriorQue *PQ, VoidPtr OldItem)
 

DESCRIPTION

Finds old item on the queue, PQ, using the comparison function CompFunc. Returns a pointer to item if was fould, NULL otherwise.  

PARAMETERS:

PQ: To search for OldItem at.

OldItem: Element to search in PQ.  

FUNCTION RETURN VALUE

VoidPtr: Found element or othewise NULL.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:14 GMT, October 17, 2022